Skip to content

Conversation

@rlubos
Copy link
Contributor

@rlubos rlubos commented Oct 21, 2021

No description provided.

@github-actions github-actions bot added changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. CI-ble-test doc-required PR must not be merged without tech writer approval. manifest CI-all-test Run All integration tests manifest-trusted-firmware-m manifest-zephyr manifest-memfault-firmware-sdk manifest-mcuboot DNM labels Oct 21, 2021
@github-actions
Copy link

github-actions bot commented Oct 21, 2021

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
mcuboot nrfconnect/sdk-mcuboot@7606d9c (for-testing) nrfconnect/sdk-mcuboot@0342165 (main) nrfconnect/[email protected]
memfault-firmware-sdk memfault/[email protected] memfault/[email protected] memfault/[email protected]
nrfxlib nrfconnect/sdk-nrfxlib@4a060cd nrfconnect/sdk-nrfxlib@dbcb163 (main) nrfconnect/[email protected]
openthread nrfconnect/sdk-openthread@de38788 (for-testing,zephyr) N/A N/A
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@d2e9315 nrfconnect/sdk-trusted-firmware-m@f988492 (master) nrfconnect/[email protected]
zephyr nrfconnect/sdk-zephyr@15be5e6 nrfconnect/sdk-zephyr@3791175 (main) nrfconnect/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@rlubos rlubos marked this pull request as ready for review October 21, 2021 10:45
rlubos and others added 18 commits November 10, 2021 17:06
As per upstream commit f460848, the
OpenThread UART instance is now configured with DT instead of Kconfig.

Signed-off-by: Robert Lubos <[email protected]>
Align Zigbee samples with USB changes.

Signed-off-by: Robert Lubos <[email protected]>
Align Bluetooth samples with USB changes.

Signed-off-by: Robert Lubos <[email protected]>
Align connectivity bridge app with USB changes.

Signed-off-by: Robert Lubos <[email protected]>
Align other apps with USB changes.

Signed-off-by: Robert Lubos <[email protected]>
Configure console/shell with Device Tree instead of Kconfig. Add extra
step for the CI to build the PPP configuration.

Signed-off-by: Robert Lubos <[email protected]>
Rely on DT instead.

Signed-off-by: Robert Lubos <[email protected]>
THe CMSIS DSP provided with edge impulse library does not seem to be
compatible with recently introduced Zephyr CONFIG_FP16 option, it ends
up in a compilation error:

error: conflicting types for 'float_t'

Disable the CONFIG_FP16 option in samples/apps using edge impulse.

Signed-off-by: Robert Lubos <[email protected]>
"pixart" is not defined in the upstream vendor-prefixes.txt, therefore
add it to a local file.

Signed-off-by: Robert Lubos <[email protected]>
It's not correct to set `skip: true` together with
`intergration_platform`, therefore remove it.

Signed-off-by: Robert Lubos <[email protected]>
`nrf21540dk_nrf52840` was present in integration platforms but not in
the platform allowlist, causing CI failue.

Signed-off-by: Robert Lubos <[email protected]>
We need to add USB CDC node for mcuboot for devices that have USB.

Signed-off-by: Robert Lubos <[email protected]>
We disable MBEDTLS_CTR_DRBG_C instead of MBEDTLS_HMAC_DRBG_C when
building for TF-M.

We have flash usage issues and HMAC uses much less flash.

It is not clear if there are any users that require CTR and will be
adversely affected by this.

Signed-off-by: Sebastian Bøe <[email protected]>
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y needs to be enabled in order to
build event manager successfully.

Signed-off-by: Robert Lubos <[email protected]>
The QDEC driver starts in active state, setting its state to
active during module initialization returns -EALREADY.

Jira: NCSDK-12129

Signed-off-by: Marek Pieta <[email protected]>
This commit aligns our usage of the sensor API
to match changes i Zephyr.

Jira: NCSDK-11602

Signed-off-by: Radoslaw Koppel <[email protected]>
It's now also needed to set the DTC_OVERLAY_FILE variable in order to
enable USB support in certain samples.

Signed-off-by: Robert Lubos <[email protected]>
Rephrase the sentences in nRF Desktop and CAF documentation where
"whiltelist" term was still used.

Signed-off-by: Robert Lubos <[email protected]>
@rlubos rlubos force-pushed the upmerge-2021-10-20 branch from e1822eb to c857642 Compare November 10, 2021 16:06
@github-actions github-actions bot added CI-all-test Run All integration tests and removed CI-all-test Run All integration tests DNM labels Nov 10, 2021
@rlubos
Copy link
Contributor Author

rlubos commented Nov 10, 2021

As for the CI, everything passed except for BLE Mesh. The failure doesn't seem to be related to the upmerge though - I saw similar failures in other PRs as well. @trond-snekvik Is there any known issue with the BLE Mesh CI right now?

Copy link
Contributor

@mariusz-nordicsemi mariusz-nordicsemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From HomeKit perspective this upmerge PR looks good.

@trond-snekvik
Copy link
Contributor

As for the CI, everything passed except for BLE Mesh. The failure doesn't seem to be related to the upmerge though - I saw similar failures in other PRs as well. @trond-snekvik Is there any known issue with the BLE Mesh CI right now?

@rlubos Yes, this is a known issue that can be ignored.

@rlubos
Copy link
Contributor Author

rlubos commented Nov 11, 2021

As for the CI, everything passed except for BLE Mesh. The failure doesn't seem to be related to the upmerge though - I saw similar failures in other PRs as well. @trond-snekvik Is there any known issue with the BLE Mesh CI right now?

@rlubos Yes, this is a known issue that can be ignored.

@carlescufi In that case I think we're good to merge.

@carlescufi carlescufi merged commit d2a61ff into nrfconnect:main Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. CI-all-test Run All integration tests doc-required PR must not be merged without tech writer approval. manifest manifest-mcuboot manifest-memfault-firmware-sdk manifest-nrfxlib manifest-openthread manifest-trusted-firmware-m manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.